Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: draft genesis script #2

Draft
wants to merge 34 commits into
base: unstable
Choose a base branch
from
Draft

add: draft genesis script #2

wants to merge 34 commits into from

Conversation

atkinsonholly
Copy link
Owner

Motivation

Draft script for generating ephemery genesis inside Lodestar client

Description

Attempting to include relevant parts of the ephemery genesis script inside Lodestar CL client, as part of understanding how to add the ephemery testnet to client and develop ephemery specs.

Inside packages/ephemery run:
node --loader ts-node/esm ./src/genesis/generate.ts

Work in progress

See TODOs in genesis script
Out dir to be decided
Generate ssz

nflaig and others added 30 commits September 25, 2023 11:31
* Update beacon chain config

* Update bootnode enrs
chore: update holesky bootnode enrs
…dates (ChainSafe#5958)

* Add max activation churn limit

* fixes for branch and update spec version

* only proposerboost the first block we see

* update the forkchoice tests to handle blob spec data

* update minimal param

* update the churn limit name and the minimal params

---------

Co-authored-by: harkamal <[email protected]>
* Add support for eth1 provider state

* Fix the tests types

* Fix transient enum const type error

* Add a utility for elapsed time

* Update the eth1 provider to check elapsed time

* Fix the typs

* Fix the condition for the error tracker

* Simplify the waitForElapsedTime

* Update the name for tracker

* Fix lint error
* fix: more clearly separate log and error message

* Use " - " separator in all cases and update test case

* Re-add extra space before return

* Remove unused import
* feat(logger): throw better error with unsupported trace log level

* feat(utils): remove LogLevel.trace from Logger interface

* Revert "feat(logger): throw better error with unsupported trace log level"

This reverts commit 4b6a3cc.

* fix(logger): remove trace from empty logger

* fix(validator): remove trace from logger

* feat(logger): remove trace method from logger completely
…e#6017)

* Fix formatting of test.yml

* Set job status of e2e tests to passed if timeout is reached

* Fix e2e tests command to not fail job if timeout

* Revise comment
Bumps [electron](https://github.com/electron/electron) from 26.2.2 to 26.2.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v26.2.2...v26.2.4)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants